Dynamicweb 8 Documentation
CreateEditableListBox Method

Selected items.
Returns new EditableListBox control.
Syntax
'Declaration
 
Protected Overridable Function CreateEditableListBox( _ 
   ByVal selectedItems As IEnumerable(Of Object) _ 
) As DynamicControl
protected virtual DynamicControl CreateEditableListBox( 
   IEnumerable<object> selectedItems 
)

Parameters

selectedItems
Selected items.

Return Value

New EditableListBox control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListEditor<T> Class
ListEditor<T> Members

Send Feedback